home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / murdr150.zip / SYSOP.DOC < prev    next >
Text File  |  1993-01-15  |  9KB  |  220 lines

  1.  
  2.                        M U R D E R      M A N S I O N
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                   C o p y r i g h t  (c)   1 9 9 2, 1 9 9 3
  9.  
  10.  
  11. Murder Mansion, Copyright (c) 1992, 1993 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue  usage.
  15.                      
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not 
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and dta loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified 
  24.      for with all the files originally included.
  25.  
  26. Credits:
  27.      QuickBasic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      Door Source is copyrighted Computer City, USA 1988, 1989, 1990, 
  33.                  1991
  34.  
  35. Overview:
  36.  
  37.           * * * * * * * This Door Requires ANSI  * * * * * * *
  38.  
  39.      Murder Mansion is a role playing type door game.  This door does not
  40.      contain any time limit except that of the user's existing time left
  41.      online.  Although not written to operate on a multi-tasking environment,
  42.      it has been tested to do so without any known problems.  This door will
  43.      support a unlimited number of users.  This door will support RBBS,
  44.      Wildcat and PCBoard.  It is also written to be able to use Com ports and
  45.      IRQ's not usually used.  This door does NOT require any daily maintance.
  46.      This door code is written using QuickBasic 4.5 and DoorSource 4.0C
  47.      runtime library.
  48.  
  49. List of files in archive:
  50.  
  51. ───────────────────┬───────────────────┬───────────────────┬───────────────────
  52.                    │CORD1    1     5896│MURDER   EXE 173900│REGISTER TXT   1985
  53.                    │CORD1    MAS   5896│MURDER1  ANS   1409│SCORE    FIL    360
  54. ALIBI    ANS   1208│DAILY    FIL     12│MURDER1  LEG   6645│SYSOP    DOC   8778
  55. CASE1    1      252│FILE_ID  DIZ    560│OPEN     FIL      5│TOP      MDR     20
  56. CASE1    MAS    252│MMUPGRD  EXE 117496│OPEN1    ANS   1840│USER     MDR   5050
  57. CHANGES  DOC   3219│MURDER   CFG     65│PLAYER   INS   6047│
  58. ───────────────────┴───────────────────┴───────────────────┴───────────────────
  59.        21 files totaling 339234 bytes consuming 360448 bytes of disk space.
  60.  
  61.  
  62.  
  63. Configuration file setup:
  64.  
  65.      Example:
  66.  
  67.      line 1:         C:\PCB\PCBOARD.SYS
  68.      line 2:         Prime Base
  69.      line 3:         William
  70.      line 4:         Rountree
  71.      line 5:         00000000
  72.      line 6:         50
  73.      line 7:         14
  74.      line 8:         3
  75.  
  76.      Line 1 is a drive/path/filename to the bbs interface file.
  77.      Line 2 is the name of the BBS using this door.
  78.      Line 3 is the first name of Sysop.
  79.      Line 4 is the last name of the Sysop.
  80.      Line 5 is the registration number.
  81.      Line 6 is the number of users able to play per game.
  82.      Line 7 is the number of days before an inactive player is removed.
  83.      Line 8 is the number of cases allowed each day.
  84.  
  85.      Note:  All 8 lines must exist for proper operation.
  86.  
  87.      PCBOARD.SYS, DOOR.SYS (31 Line), DORINFO1.DEF, or CALLINFO.BBS     
  88.      may be used in line #1.
  89.  
  90. Batch file setup:
  91.  
  92.      Example:          
  93.      
  94.      cd\doors\maze      
  95.      maze maze.cfg
  96.      cd\pcb
  97.      board
  98.  
  99. Here are some additional options available to use on the command line:
  100.  
  101. LOCKED:xxxxx  - Forces Dooor Source to lock the modem at the
  102.                 speed given.
  103. LOCAL         - Forces Door Source to run in local mode. This
  104.                 is really meant for testing purposes, but it
  105.                 still reads the configuration file, but doesn't
  106.                 read the bbs interface file.
  107. NETWORK       - Forces file sharing to be active incase you
  108.                 are using something other than SHARE to manage
  109.                 file locking.
  110. IRQ=n         - Lets you change the IRQ used for the com port
  111.                 specified in the bbs interface file.
  112.                 (See below for more information)
  113. ADDR=&Hnnnn   - Lets you change the address used for the com
  114.                 port specified in the bbs interface file.
  115.                 (See below for more information)
  116. PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  117.                 isn't detected (Normally it is, but you can't
  118.                 always tell!)
  119. RBBS          - Forces Door Source into RBBS/QBBS mode
  120. WILDCAT       - Forces Door Source into Wildcat 2.0 mode
  121. DOORSYS       - Forces Door Source into 31-Line DOOR.SYS mode
  122. PCB121        - Forces Door Source into PCBoard 11.8/12.x mode
  123.                 with COM 1 active
  124. PCB122        - Forces Door Source into PCBoard 11.8/12.x mode
  125.                 with COM 2 active
  126. PCB14         - (DEFAULT) Forces Door Source into PCBoard 14.x
  127.                 mode
  128.  
  129. Example type: maze maze.cfg local
  130. This will allow you to play the game locally without a BBS.
  131.  
  132. When you use the IRQ or the ADDR option, you must include the other.
  133. You can't use just the IRQ and not the ADDR, and you can't use just
  134. the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  135. and addresses for the PS/2s and IBM PCs:
  136.                         Non PS/2
  137.         Com port       IRQ     Address
  138.            1             4       &H3F8
  139.            2             3       &H2F8
  140.            3             4       &H3E8
  141.            4             3       &H2E8
  142.           5-8            4       &H3F8
  143.  
  144.                         PS/2
  145.         Com port       IRQ     Address
  146.            1             4       &H3F8
  147.            2             3       &H2F8
  148.            3             3       &H3220
  149.            4             3       &H3228
  150.            5             3       &H4220
  151.            6             3       &H4228
  152.            7             3       &H5220
  153.            8             3       &H5228
  154.  
  155.  
  156. List of function keys:
  157.  
  158.      F-3  : Printer toggle
  159.      F-4  : Page bell toggle
  160.      F-5  : Shell to DOS
  161.      F-7  : Caller alarm toggle
  162.      F-8  : Return caller to board
  163.      F-10 : Start Sysop chat
  164.      ESC  : End Sysop chat
  165.     Alt-X : Drop to DOS after caller logs off
  166.     ALT-N : Sysop next on flag
  167.  
  168. Daily Maintance:
  169.  
  170.      No modification of your daily maintance is required since Murder Mansion
  171.      performs it's Daily Maintance on the first caller that day.  This
  172.      Maintance is very short and should not delay the play by that call
  173.      very much.
  174.  
  175. Limitations:
  176.  
  177.      This door will continue to operate in it's original condition until
  178.      it is registered.  The unregistared version is limited to 1 case per
  179.      day, while the registered is Sysop configurable upto 9 cases per day.
  180.  
  181. Beta Testing:
  182.  
  183.      This door was extensively tested on three BBS boards, including my own.
  184.      I wish to thank DarkStar and Bill Velez for setting up the game on
  185.      their boards.  Please patronize their boards, as they are among the
  186.      finest in the Seattle area:
  187.  
  188.      DARKSTAR'S AWESOME FREAKING STARGAZER BOARD (Port Orchard, WA)
  189.      (206)871-3965  ***YOUR NASA CONNECTION***  Over 600 NASA files from
  190.      NASA SpaceLink!  Online CDRom, door games, approaching one gigabyte
  191.      of file storage!  SYSOP: DarkStar.
  192.  
  193.      WINGS BBS (Port Orchard, WA)  (206)876-6735, (206)895-0981 14.4 USR HST
  194.      (206)895-1077 16.800 USR HST DS  Over FIVE GIGABYTES of GREAT shareware
  195.      online!  SYSOP:  Bill Velez.
  196.  
  197.      This door was extensively tested on board the USS Nimitz.  I would like
  198.      to thank everyone who participated.  I especially would like to thank
  199.      Randy Klinginsmith, William Myers, and Frank Godfrey for their help and
  200.      suggestions.
  201.  
  202. Registration:
  203.  
  204.      Murder Mansion costs $15.00 US currency to register.  I will post a 
  205.      message on Prime Base in the Door Support Conference with your 
  206.      individual registration number.  If you have any problems or questions,
  207.      please leave all messages in this area for:
  208.     
  209.           William Rountree or Sysop at:
  210.  
  211.           Prime Base Node #1: (206) 871-9539   14,400 V32Bis, V42Bis
  212.           Prime Base Node #2: (206) 871-9340   16,800 USR Dual Standard
  213.  
  214. Upgrading from previous versions:
  215.  
  216.      1. Copy *.ans into your door directory.
  217.      2. Copy murder.exe into your door directory.
  218.      3. Copy *.leg into your door directory.
  219.      4. Run MMUPGRD.exe: MMUPGRD murder.cfg local
  220.